home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / NO.DXR / Internal_4_a_back.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  248 b   |  19 lines

  1. on mouseUp me
  2.   go(#previous)
  3.   cursor(-1)
  4. end
  5.  
  6. on mouseDown me
  7.   beep()
  8. end
  9.  
  10. on mouseEnter me
  11.   set the ink of sprite the currentSpriteNum to 2
  12.   cursor(280)
  13. end
  14.  
  15. on mouseLeave me
  16.   cursor(-1)
  17.   set the ink of sprite the currentSpriteNum to 8
  18. end
  19.